b99ee5852e3c897b7f8efbcf681ede069532d537,src/org/graphstream/stream/file/FileSourceGPX.java,GPXParser,__bounds,#,1059
Before Change
}
if (!attributes.containsKey(BOUNDSAttribute.MAXLAT)) {
XMLStreamException ex = newParseError(e,
"attribute 'maxlat' is required");
if (strict)
throw ex;
else
ex.printStackTrace();
}
if (!attributes.containsKey(BOUNDSAttribute.MINLON)) {
After Change
}
if (!attributes.containsKey(BOUNDSAttribute.MAXLAT)) {
newParseError(e, false, "attribute 'maxlat' is required");
}
if (!attributes.containsKey(BOUNDSAttribute.MINLON)) {